home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000330_b.stewart@bom.gov.au_Tue Feb 18 08:54:39 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  77 lines

  1. Article: 14127 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!uvsq.fr!freenix!deine.net!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
  3. Message-ID: <3E51A7D4.666A7C34@bom.gov.au>
  4. From: Bruce Stewart <b.stewart@bom.gov.au>
  5. X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
  6. X-Accept-Language: en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: Running multiple kermit scripts on one connection
  10. References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au> <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com> <3E51A220.43AC9BBF@bom.gov.au> <3E51A31F.B138C7AD@bom.gov.au> <uth4a.28322$Mh3.8460981@twister.nyc.rr.com>
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 55
  14. Date: Tue, 18 Feb 2003 14:26:12 +1100
  15. NNTP-Posting-Host: 134.178.5.131
  16. X-Complaints-To: abuse@telstra.net
  17. X-Trace: vicpull1.telstra.net 1045538552 134.178.5.131 (Tue, 18 Feb 2003 14:22:32 EST)
  18. NNTP-Posting-Date: Tue, 18 Feb 2003 14:22:32 EST
  19. Organization: Customer of Telstra Internet Direct
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14127
  21.  
  22. It works now. Not after I did set carrier-watch off only, but also after I did
  23. set modem none, and set flow-control rts/cts.
  24.  
  25. Thanks
  26.  
  27. Jeffrey Altman wrote:
  28.  
  29. > SET CARRIER-WATCH OFF
  30. > if you do not have a connection
  31. >
  32. > Bruce Stewart wrote:
  33. > > One thing I just noticed though, I can't use output to send text.
  34. > > From connect mode I type it comes through, but if I use the
  35. > > output command, nothing happens.
  36. > >
  37. > > Bruce Stewart wrote:
  38. > >
  39. > >
  40. > >>I tried it again without the underscore, and I think it worked.
  41. > >>
  42. > >>To test it, once I did the settings (steps 1 to 5), I dialed the other
  43. > >>computer. On the other computer I had just hyperterminal running.
  44. > >>I answered, and thus got a connection between computers.
  45. > >>I then escaped out of the connect window. I then did step 6.
  46. > >>It successfully ran the other instance of kermit. To test if I could really
  47. > >>use this connection, I went into connect mode. Wrote jibberish
  48. > >>and saw it in the hyperterminal window on the other machine.
  49. > >>
  50. > >>So, I assume it works.
  51. > >>
  52. > >>Thanks very much for you help and also Franks help.
  53. > >>
  54. > >>"Jeffrey Altman [Road Runner NYC]" wrote:
  55. > >>
  56. > >>
  57. > >>>Sorry, underscores are only used for network connections
  58. > >>>
  59. > >>>   run k95.exe -Y -l \v(ttyfd)
  60. > >>>
  61. > >>>Bruce Stewart wrote:
  62. > >>>
  63. > >>>>I tried testing it from kermit, following are the steps I took:
  64. > >>>>
  65. > >>>>1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
  66. > >>>>2-set port 2
  67. > >>>>3-set carrier-watch off
  68. > >>>>4-set modem none
  69. > >>>>5-set flow-control rts/cts
  70. > >>>>6-run k95 -Y -l _\v(ttyfd)
  71. > >>>>
  72. > >>>>still had same result: "can't open device"
  73. > >>>>
  74. > >
  75. > >
  76.  
  77.